# HAS_COMMAND

Determine the existence of a command and if yes, returns 1.

# Arguments

Index Status Description
1 Required The command to test for existence

# Example

ifneq ($(call HAS_COMMAND,wget),1)
$(error Install wget)
endif
Last Updated: 8/20/2022, 9:27:29 PM